home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000297_news@columbia.edu_Tue Oct 31 12:03:29 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29603
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 3 Nov 1995 20:27:57 -0500
  3. Received: by apakabar.cc.columbia.edu id AA18733
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 3 Nov 1995 20:27:56 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!spcuna!news.wctc.net!chi-news.cic.net!uwm.edu!spool.mu.edu!howland.reston.ans.net!EU.net!chsun!olsen.ch!lichtin
  7. From: lichtin@olsen.ch (Martin Lichtin)
  8. Subject: Proper way to run kermit in server mode under inetd?
  9. Message-Id: <DHBAtt.JqC@olsen.ch>
  10. Sender: news@olsen.ch
  11. Organization: Olsen & Associates AG, Zurich, Switzerland
  12. Date: Tue, 31 Oct 1995 12:03:29 GMT
  13. Lines: 17
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.  
  17. I tried the following under SunOS, in /etc/inetd.conf, and it really
  18. seems to work!
  19.  
  20. kermit    stream    tcp    nowait    nobody    <path>/kermit    kermit -x -l 1
  21.  
  22. However, I was (sort of) guessing the open stdin file handle. Is this
  23. the proper ways of doing it or is there a cleaner way? 
  24.  
  25. However, there's a real serious problem that when I'm not explicitly
  26. shutdown the kermit server with a BYE or FINISH command, the server
  27. goes into a (endless?) loop complaining "TCP/IP: Broken pipe" trying
  28. to send "\1# N3". Any hint on how to avoid this behaviour? I can't
  29. count on clients to properly shutdown the connection...
  30.  
  31. Thanks,
  32. Martin